How to select the last row of a particular CustomerID in SQL using the command?
How to select the last row of a particular CustomerID in SQL using the command?
Hi, my self Ravi Vishwakarma. I have completed my studies at SPICBB Varanasi. now I completed MCA with 76% form Veer Bahadur Singh Purvanchal University Jaunpur.
SWE @ MindStick | Software Engineer | Web Developer | .Net Developer | Web Developer | Backend Engineer | .NET Core Developer
Ashutosh Kumar Verma
27-Sep-2021SQL command is to select the particular last row:
The SQL statement is used to find the last row of any particular Person.
Lets take a database table 'Persons',
Now, the following SQL statement is used to find the last row of particular Person 'Ashu' in above table.
Another following SQL statement is used to find the last row of particular Person 'Shriyam' in above table.